const runtime.memProfile

5 uses

	runtime (current package)
		mprof.go#L35: 	memProfile bucketType = 1 + iota
		mprof.go#L219: 	case memProfile:
		mprof.go#L239: 	if b.typ != memProfile {
		mprof.go#L315: 	if typ == memProfile {
		mprof.go#L424: 	b := stkbucket(memProfile, size, stk[:nstk], true)